home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: Norman Bullen <nbullen@ix.netcom.com>
- Newsgroups: comp.lang.c
- Subject: Re: Borland C - compiler not finding window.h file.
- Date: Thu, 08 Feb 1996 18:06:52 -0800
- Organization: Black Cat Associates
- Message-ID: <311AAC3C.3DB@ix.netcom.com>
- References: <4f85f9$4i8@guitar.sound.net>
- NNTP-Posting-Host: ple-ca6-22.ix.netcom.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-NETCOM-Date: Thu Feb 08 6:13:38 PM PST 1996
- X-Mailer: Mozilla 2.0b6b (Win16; I)
-
- chris wrote:
- >
- > I trying to teach myself windows programming. I wrote several simple
- > programs and they ran, including finding the windows.h file in the
- > include directory for the Borland compiler. Now for some reason it no
- > longer fings this header file unless I give the full path.
- >
- > Any ideas as to what has happened?
- >
- > Also I am unable to single step through. When I get to the
- > CreateWindows function call the compiler looks for something on the a
- > floppy drive then I loose control.
- >
- > In addition, do you know of any good books on how to use this compiler
- > effectively.
- >
- > Thank you
- >
- > Chris
- > e-mail: chris@sound.net
-
- Do you have <...> or "..." surrounding the include file name? <...> will
- find the file in any of the directories specified in the IDE for include
- files; "..." will only find the file in the current directory or a fully
- qualified directory.
-